home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / pm-utils / README.distributions < prev    next >
Text File  |  2008-10-15  |  629b  |  13 lines

  1. Note for distro maintainers:
  2.  
  3. When writing sleep hooks, please consider adding any needed hooks to the package
  4. that requires the hooks, rather than pm-utils.  
  5.  
  6. An example would be if you distro wants anacrom to run on resume -- the optimal
  7. fix would be to have the anacron package install a hook in 
  8. /usr/lib/pm-utils/sleep.d that wakes anacron up on resume.
  9.  
  10. This will also help package maintenance by allowing package maintainers to 
  11. keep track of what the best way to handle any suspend/resume functionality their
  12. package requires insteas of leaving it up to the pm-utils maintainers to guess
  13. at what functionality is needed.